home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "mdlTCADX"
- '******************************************************************'
- '* *'
- '* TurboCAD for Windows *'
- '* Copyright (c) 1993 - 2001 *'
- '* International Microcomputer Software, Inc. *'
- '* (IMSI) *'
- '* All rights reserved. *'
- '* *'
- '******************************************************************'
-
- Option Explicit
-
- Public Const PI = 3.14159265358979
-
- Public Sub Main()
- frmTCADX.Show vbModeless
- End Sub
-
-
-